pub unsafe extern "C" fn dm_snprintf(
    buf: *mut c_char,
    bufsize: usize,
    format: *const c_char,
     ...
) -> c_int