pub unsafe fn fragment_id(fragment_ptr: FragmentPtr, id_out: *mut u8) -> Result
Expand description

Safety

fragment_ptr must be a pointer to memory allocated by this library, for example, with fragment_from_raw id_out must point to FRAGMENT_ID_LENGTH bytes of valid allocated writable memory This function checks for null pointers