pub unsafe fn MprAdminSendUserMessage<P0, P1>(
    hmprserver: isize,
    hconnection: P0,
    lpwszmessage: P1
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,