pub type TryBorrowInnerFnWide = for<'src> unsafe fn(src_ptr: PtrConstWide<'src>) -> Result<PtrConstWide<'src>, TryBorrowInnerError>;Expand description
Function to borrow the inner value from a transparent/newtype wrapper without copying (wide pointer version).