[][src]Type Definition uefi_ffi::EFI_CONNECT_CONTROLLER

type EFI_CONNECT_CONTROLLER = Option<unsafe extern "C" fn(ControllerHandle: EFI_HANDLE, DriverImageHandle: *mut EFI_HANDLE, RemainingDevicePath: *mut EFI_DEVICE_PATH_PROTOCOL, Recursive: bool) -> EFI_STATUS>;