Function windows::Win32::System::Com::CoGetObject

pub unsafe fn CoGetObject<P0, T>(
    pszname: P0,
    pbindoptions: Option<*const BIND_OPTS>
) -> Result<T>
where P0: IntoParam<PCWSTR>, T: Interface,