PFNGLVDPAUINITNVPROCDart typedef
        PFNGLVDPAUINITNVPROCDart =
     void Function(Pointer<NativeType>  vdpDevice, Pointer<NativeType>  getProcAddress)
    
    
    
Implementation
typedef PFNGLVDPAUINITNVPROCDart =
    void Function(
      Pointer<NativeType> vdpDevice,
      Pointer<NativeType> getProcAddress,
    );