pub unsafe extern "system" fn VarFormat(
    pvarin: *const VARIANT,
    pstrformat: PCWSTR,
    ifirstday: VARFORMAT_FIRST_DAY,
    ifirstweek: VARFORMAT_FIRST_WEEK,
    dwflags: u32,
    pbstrout: *mut BSTR
) -> HRESULT
Expand description

Required features: "Win32_Foundation", "Win32_System_Com", "Win32_System_Variant"