Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

posix_fallocate64

Function posix_fallocate64 

Source
pub unsafe extern "C" fn posix_fallocate64(
    fd: c_int,
    offset: off64_t,
    len: off64_t,
) -> c_int