Type Definition ULBeginLoadingCallback
ul_sys
type ULBeginLoadingCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, caller: ULView, frame_id: c_ulonglong, is_main_frame: bool, url: ULString)>;