pub unsafe extern "C" fn bpf_object__set_priv(
    obj: *mut bpf_object,
    priv_: *mut c_void,
    clear_priv: bpf_object_clear_priv_t
) -> c_int