pub type BoolJsonCallback = unsafe extern "C" fn(userdata: *mut c_void, payload_json: *const c_char) -> bool;
Mirrors the AVPlayer framework counterpart for BoolJsonCallback.
AVPlayer
BoolJsonCallback