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