Function av_fopen_utf8

Source
pub unsafe extern "C" fn av_fopen_utf8(
    path: *const c_char,
    mode: *const c_char,
) -> *mut FILE
Expand description

Open a file using a UTF-8 filename. The API of this function matches POSIX fopen(), errors are returned through errno.