pub unsafe extern "C" fn FREGetObjectType(
object: *mut c_void,
objectType: *mut FREObjectType,
) -> FREResultExpand description
@returns FREResult::FRE_OK
FREResult::FRE_INVALID_OBJECT
FREResult::FRE_WRONG_THREAD
FREResult::FRE_INVALID_ARGUMENT If objectType is null.