pub unsafe extern "C" fn aws_mem_calloc(
    allocator: *const AwsCAllocator,
    num: usize,
    size: usize
) -> *mut c_void