pub unsafe extern "C" fn basnprintf(
    str_: *mut c_char,
    size: size_t,
    format: *const c_char,
     ...
) -> c_int