Source position: libopencv2.pas line 3375
type TcvError = procedure(
status: Integer;
const func_name: pCVChar;
const err_msg: pCVChar;
const file_name: pCVChar = Nil;
line: Integer = 0
);