pub unsafe fn CoLoadLibrary<P0, P1>(lpszlibname: P0, bautofree: P1) -> HINSTANCE
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,