pub unsafe extern "C" fn nc_put_att_schar(
    ncid: c_int,
    varid: c_int,
    name: *const c_char,
    xtype: nc_type,
    len: usize,
    op: *const c_schar
) -> c_int