pub type DropCallback = unsafe extern "C" fn(*mut c_void);Expand description
Re-exports the AVPlayer framework surface for this item.
Drop notification — fires when the Swift side releases the bridged context.
Use this to clean up Rust state (typically Box::from_raw(user_data)).