pub unsafe fn SLGetReferralInformation<P0>(
    hslc: *const c_void,
    ereferraltype: SLREFERRALTYPE,
    pskuorappid: *const GUID,
    pwszvaluename: P0,
) -> Result<PWSTR>
where P0: Param<PCWSTR>,