pub unsafe extern "C" fn nc_put_vara_long(
    ncid: c_int,
    varid: c_int,
    startp: *const usize,
    countp: *const usize,
    op: *const c_long
) -> c_int