pub unsafe fn NotifyTeredoPortChange<P0>(
    callback: PTEREDO_PORT_CHANGE_CALLBACK,
    callercontext: *const c_void,
    initialnotification: P0,
    notificationhandle: *mut HANDLE
) -> WIN32_ERROR
where P0: IntoParam<BOOLEAN>,