Function VarTokenizeFormatString
pub unsafe fn VarTokenizeFormatString<P0>(
pstrformat: P0,
rgbtok: &mut [u8],
ifirstday: VARFORMAT_FIRST_DAY,
ifirstweek: VARFORMAT_FIRST_WEEK,
lcid: u32,
pcbactual: Option<*const i32>,
) -> Result<()>where
P0: Param<PCWSTR>,