#[unsafe(no_mangle)]pub extern "C" fn sys_syscall_test_rust_outptr( value: i32, ptr: UserOutPtr<i32>, ) -> Status