pub unsafe extern "C" fn tsk_calloc(
    n: tsk_size_t,
    size: usize
) -> *mut c_void