Sindbad~EG File Manager

Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/cbindgen/tests/rust/
Upload File :
Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/cbindgen/tests/rust/function_args.rs

#[no_mangle]
pub unsafe extern fn array_print(a: &[u64]) {
    eprintln!("{:?}", a);
}

#[no_mangle]
pub unsafe extern fn array_test(a: [u64; 3]) {
    array_print(&a);
}

#[no_mangle]
pub unsafe extern fn unnamed(_: *const u64) {
}

#[no_mangle]
pub unsafe extern fn pointer_test(a: *const u64) {
    let a = std::slice::from_raw_parts(a, 3);
    array_print(a);
}

#[no_mangle]
pub unsafe extern fn print_from_rust() {
    let a = [0, 1, 2];
    array_print(&a);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists