Function SDL_ultoa

Source
pub unsafe extern "C" fn SDL_ultoa(
    value: c_ulong,
    str_: *mut c_char,
    radix: c_int,
) -> *mut c_char