Type Definition vpx_sys::vpx_decrypt_cb[][src]

pub type vpx_decrypt_cb = Option<unsafe extern "C" fn(decrypt_state: *mut c_void, input: *const c_uchar, output: *mut c_uchar, count: c_int)>;