Function ndk_sys::snprintf

source ·
pub unsafe extern "C" fn snprintf(
    __buf: *mut c_char,
    __size: c_ulong,
    __fmt: *const c_char
    ...
) -> c_int