Function close

Source
pub extern "C" fn close(
    fn_ptr: Option<&extern "C" fn(c_int) -> c_int>,
    fd: c_int,
) -> c_int