pub unsafe extern "C" fn ubpf_register_data_relocation(
vm: *mut ubpf_vm,
user_context: *mut c_void,
relocation: ubpf_data_relocation,
) -> c_intExpand description
@brief Set a relocation function for the VM.
@param[in] vm The VM to set the relocation function for. @param[in] relocation The relocation function. @return The value to insert into the BPF program.