pub unsafe extern "C" fn cef_request_context_create_context(
settings: *const _cef_request_context_settings_t,
handler: *mut _cef_request_context_handler_t,
) -> *mut cef_request_context_tExpand description
Creates a new context object with the specified |settings| and optional |handler|.