pub unsafe extern "C" fn cef_browser_host_get_browser_by_identifier(
browser_id: c_int,
) -> *mut cef_browser_tExpand description
Returns the browser (if any) with the specified identifier.
pub unsafe extern "C" fn cef_browser_host_get_browser_by_identifier(
browser_id: c_int,
) -> *mut cef_browser_tReturns the browser (if any) with the specified identifier.