Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` warning: `extern` fn uses type `[u16]`, which is not FFI-safe --> uefi-raw/src/protocol/shell.rs:56:24 | 56 | pub set_file_info: extern "efiapi" fn(file_handle: ShellFileHandle, file_info: &FileInfo) -> Status, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe | = help: consider using a raw pointer instead = note: slices have no C equivalent ``` Signed-off-by: Daniel Schaefer <[email protected]>
- Loading branch information