FSDK_SetUnSpObjProcessHandler method
Setup an unsupported object handler.
unsp_info - Pointer to an UNSUPPORT_INFO structure.
Returns TRUE on success.
Implementation
int FSDK_SetUnSpObjProcessHandler(ffi.Pointer<UNSUPPORT_INFO> unsp_info) {
return _FSDK_SetUnSpObjProcessHandler(unsp_info);
}