pub unsafe extern "C-unwind" fn ICCreateGURLEvent(
inst: ICInstance,
helper_creator: u32,
url_h: *mut *mut c_char,
the_event: *mut AppleEvent,
) -> u32๐Deprecated
Available on crate features
InternetConfig and objc2-core-services only.Expand description
ยงSafety
instmust be a valid pointer.url_hmust be a valid pointer.the_eventmust be a valid pointer.