pub unsafe fn NetAlertRaise<P0>(
    alerttype: P0,
    buffer: *const c_void,
    buffersize: u32
) -> u32
where P0: IntoParam<PCWSTR>,