pub type ResultGetOkFn = unsafe fn(result: PtrConst) -> Option<PtrConst>;
Get the Ok value contained in a result, if present
The result parameter must point to aligned, initialized memory of the correct type.
result