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