windows::Win32::System::Ole

Function VarParseNumFromStr

pub unsafe fn VarParseNumFromStr<P0>(
    strin: P0,
    lcid: u32,
    dwflags: u32,
    pnumprs: *mut NUMPARSE,
    rgbdig: *mut u8,
) -> Result<()>
where P0: Param<PCWSTR>,