pub unsafe extern "C" fn ulViewSetBeginLoadingCallback(
view: ULView,
callback: ULBeginLoadingCallback,
user_data: *mut c_void,
)Expand description
Set callback for when the page begins loading a new URL into a frame.
pub unsafe extern "C" fn ulViewSetBeginLoadingCallback(
view: ULView,
callback: ULBeginLoadingCallback,
user_data: *mut c_void,
)Set callback for when the page begins loading a new URL into a frame.