Function GetTimeFormatA

Source
pub unsafe extern "C" fn GetTimeFormatA(
    Locale: LCID,
    dwFlags: DWORD,
    lpTime: *const SYSTEMTIME,
    lpFormat: LPCSTR,
    lpTimeStr: LPSTR,
    cchTime: c_int,
) -> c_int