pub unsafe fn MprConfigGetFriendlyName<P0, P1>(
    hmprconfig: P0,
    pszguidname: P1,
    pszbuffer: PWSTR,
    dwbuffersize: u32,
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>,