pub unsafe extern "C" fn cef_stream_reader_create_for_handler(
handler: *mut cef_read_handler_t,
) -> *mut cef_stream_reader_tExpand description
Create a new cef_stream_reader_t object from a custom handler.
pub unsafe extern "C" fn cef_stream_reader_create_for_handler(
handler: *mut cef_read_handler_t,
) -> *mut cef_stream_reader_tCreate a new cef_stream_reader_t object from a custom handler.