pub unsafe fn NetMessageBufferSend<P0, P1, P2>(
    servername: P0,
    msgname: P1,
    fromname: P2,
    buf: *const u8,
    buflen: u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,