pub unsafe extern "C" fn tsk_memset(
    ptr: *mut c_void,
    fill: c_int,
    size: tsk_size_t
) -> *mut c_void