pub unsafe fn NetGetDisplayInformationIndex<P0, P1>(
    servername: P0,
    level: u32,
    prefix: P1,
    index: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,