pub unsafe fn InitPropVariantFromResource<P0>(
    hinst: P0,
    id: u32
) -> Result<PROPVARIANT>
where P0: Param<HINSTANCE>,