Function GetTimeFormatEx

Source
pub unsafe extern "C" fn GetTimeFormatEx(
    lpLocaleName: LPCWSTR,
    dwFlags: DWORD,
    lpTime: *const SYSTEMTIME,
    lpFormat: LPCWSTR,
    lpTimeStr: LPWSTR,
    cchTime: c_int,
) -> c_int