#[no_mangle]
pub unsafe extern "C" fn mp4parse_free(parser: *mut Mp4parseParser)
Expand description

Free an Mp4parseParser* allocated by mp4parse_new().

Safety

This function is unsafe because it creates a box from a raw pointer. Callers should ensure that the parser pointer points to a valid Mp4parseParser created by mp4parse_new.