Function rsmpeg::ffi::av_fopen_utf8[][src]

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

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