Function mnn::prelude::strftime_l

source ยท
pub unsafe extern "C" fn strftime_l(
    s: *mut i8,
    max: usize,
    format: *const i8,
    tm: *const tm,
    locale: *mut c_void,
) -> usize