Skip to main content

bamts_binary

Function bamts_binary 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn bamts_binary( frame: *mut ShadowFrame, op: u32, left: u64, right: u64, out: *mut Completion, ) -> u32
Expand description

ยงSafety

The caller must provide a live, uniquely owned frame whose nonempty handle range is disjoint from its header, and a live, aligned, writable out when this helper has one. Both remain valid and unaliased for the full call.

bamts_binary(frame, op, left, right, out).