mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
7 lines
125 B
Rust
7 lines
125 B
Rust
|
fn op_ffi_ptr_of<FP>(state: &mut OpState, buf: *const u8, out: &mut [u32])
|
||
|
where
|
||
|
FP: FfiPermissions + 'static,
|
||
|
{
|
||
|
// ..
|
||
|
}
|