pub unsafe fn LoadPackagedLibrary<P0>(
    lpwlibfilename: P0,
    reserved: u32
) -> Result<HMODULE>
where P0: IntoParam<PCWSTR>,