pub unsafe extern "C" fn enif_snprintf(
    buffer: *mut c_char,
    size: usize,
    format: *const c_char
) -> c_int