Function mnn::prelude::strftime

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