pub unsafe extern "C-unwind" fn NSGetSizeAndAlignment(
type_ptr: NonNull<c_char>,
sizep: *mut NSUInteger,
alignp: *mut NSUInteger,
) -> NonNull<c_char>Available on crate feature
NSObjCRuntime only.Expand description
ยงSafety
type_ptrmust be a valid pointer.sizepmust be a valid pointer or null.alignpmust be a valid pointer or null.