[][src]Function ndk_sys::strftime_l

pub unsafe extern "C" fn strftime_l(
    __buf: *mut c_char,
    __n: size_t,
    __fmt: *const c_char,
    __tm: *const tm,
    __l: locale_t
) -> size_t