Type Definition zstd_sys::ZSTD_allocFunction [] [src]

type ZSTD_allocFunction = Option<unsafe extern fn(_: *mut c_void, _: usize) -> *mut c_void>;