pub unsafe extern "C" fn webview_get_native_handle(
w: *mut c_void,
kind: u32,
) -> *mut c_voidExpand description
Get a native handle of choice.
@param w The webview instance. @param kind The kind of handle to retrieve. @return The native handle or @c NULL. @since 0.11