pub unsafe fn I_NetLogonControl2<P0>(
    servername: P0,
    functioncode: u32,
    querylevel: u32,
    data: *const u8,
    buffer: *mut *mut u8
) -> u32
where P0: IntoParam<PCWSTR>,