Type Definition webm_sys::mux::WriterWriteFn [] [src]

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