pub unsafe extern "C" fn cbw_BrowserWindow_create(
    bw: *mut cbw_BrowserWindow,
    width: i32,
    height: i32,
    source: cbw_BrowserWindowSource,
    browser_window_options: *const cbw_BrowserWindowOptions,
    callback: Option<unsafe extern "C" fn(_: *mut cbw_BrowserWindow, _: *mut c_void)>,
    callback_data: *mut c_void
)
Expand description

Adds the browser framework to the browser window. Should be called right after bw_BrowserWindow_new.