Type Alias webm_sys::mux::WriterWriteFn

source ·
pub type WriterWriteFn = extern "C" fn(_: *mut c_void, _: *const c_void, _: usize) -> bool;