Function rpgffi::pg_strftime [] [src]

pub unsafe extern "C" fn pg_strftime(
    s: *mut c_char,
    max: usize,
    format: *const c_char,
    tm: *const pg_tm
) -> usize