pub unsafe fn ConvertStringSidToSidW<P0>(
    stringsid: P0,
    sid: *mut PSID,
) -> Result<()>
where P0: Param<PCWSTR>,