pub unsafe extern "C" fn webview_unbind(
w: *mut c_void,
name: *const i8,
) -> i32Expand description
Removes a binding created with webview_bind().
@param w The webview instance. @param name Name of the binding. @retval WEBVIEW_ERROR_NOT_FOUND No binding exists with the specified name.