pub unsafe extern "C" fn webview_unbind(
w: webview_t,
name: *const c_char,
) -> webview_error_tExpand 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.