pub unsafe fn NetConfigGet<P0, P1, P2>(
    server: P0,
    component: P1,
    parameter: P2,
    bufptr: *mut *mut u8
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,