pub unsafe extern "C" fn avio_open_dyn_buf(
s: *mut *mut AVIOContext,
) -> c_int
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,
) -> c_int
Open a write only memory stream.
@param s new IO context @return zero if no error.