pub unsafe extern "C" fn CPLsnprintf(
    str_: *mut c_char,
    size: usize,
    fmt: *const c_char,
     ...
) -> c_int