pub unsafe extern "C" fn g_ascii_formatd(
    buffer: *mut i8,
    buf_len: i32,
    format: *const i8,
    d: f64
) -> *mut i8