pub unsafe fn MprConfigGetGuidName<P0, P1>(
    hmprconfig: P0,
    pszfriendlyname: P1,
    pszbuffer: PWSTR,
    dwbuffersize: u32
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,