#[no_mangle]
pub unsafe extern "C" fn crosvm_client_balloon_vms_wait_with_timeout(
    socket_path: *const c_char,
    num_bytes: u64,
    timeout_ms: u64,
) -> bool
Expand description

See crosvm_client_balloon_vms.

§Safety

Function is unsafe due to raw pointer usage - socket_path should be a non-null pointer to a C string that is valid for reads and not modified for the duration of the call.