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