pub type ResultIsOkFn = unsafe extern "C" fn(result: PtrConst) -> bool;
Check if a result is Ok
The result parameter must point to aligned, initialized memory of the correct type.
result