Function lockf

Source
pub unsafe extern "C" fn lockf(
    __fd: c_int,
    __op: c_int,
    __length: off_t,
) -> c_int