pub unsafe fn MprConfigInterfaceGetHandle<P0, P1>(
    hmprconfig: P0,
    lpwsinterfacename: P1,
    phrouterinterface: *mut HANDLE
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,