pub unsafe extern "C" fn squash_splice_custom(
codec: *mut SquashCodec,
stream_type: Type,
write_cb: SquashWriteFunc,
read_cb: SquashReadFunc,
user_data: *mut c_void,
size: usize,
...
) -> Typepub unsafe extern "C" fn squash_splice_custom(
codec: *mut SquashCodec,
stream_type: Type,
write_cb: SquashWriteFunc,
read_cb: SquashReadFunc,
user_data: *mut c_void,
size: usize,
...
) -> Type