pub unsafe extern "C" fn webview_set_title( w: *mut c_void, title: *const i8, ) -> i32
Updates the title of the native window.
@param w The webview instance. @param title The new title.