pub unsafe fn SLGetLicensingStatusInformation<P0>(
    hslc: *const c_void,
    pappid: Option<*const GUID>,
    pproductskuid: Option<*const GUID>,
    pwszrightname: P0,
    pnstatuscount: *mut u32,
    pplicensingstatus: *mut *mut SL_LICENSING_STATUS,
) -> Result<()>
where P0: Param<PCWSTR>,