pub unsafe extern "C" fn avio_open_dyn_buf(
s: *mut *mut AVIOContext,
) -> i32
Expand description
Open a write only memory stream.
@param s new IO context @return zero if no error.
pub unsafe extern "C" fn avio_open_dyn_buf(
s: *mut *mut AVIOContext,
) -> i32
Open a write only memory stream.
@param s new IO context @return zero if no error.