pub unsafe extern "C" fn cef_stream_reader_create_for_file(
fileName: *const cef_string_t,
) -> *mut cef_stream_reader_tExpand description
Create a new cef_stream_reader_t object from a file.
pub unsafe extern "C" fn cef_stream_reader_create_for_file(
fileName: *const cef_string_t,
) -> *mut cef_stream_reader_tCreate a new cef_stream_reader_t object from a file.