pub unsafe extern "C" fn cef_process_message_create(
name: *const cef_string_t,
) -> *mut cef_process_message_tExpand description
Create a new cef_process_message_t object with the specified name.
pub unsafe extern "C" fn cef_process_message_create(
name: *const cef_string_t,
) -> *mut cef_process_message_tCreate a new cef_process_message_t object with the specified name.