pub unsafe extern "C" fn webview_get_native_handle(
w: webview_t,
kind: webview_native_handle_kind_t,
) -> *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