pub unsafe fn DsGetFriendlyClassName<P0>(
    pszobjectclass: P0,
    pszbuffer: &mut [u16]
) -> Result<()>
where P0: IntoParam<PCWSTR>,