1 2 3 4 5
if vtable_ref.{{ method_name }}.is_none() { // SAFETY: out_error is validated by ffi_set_out_error itself (null-checked internally). unsafe { ffi_set_out_error(out_error, "vtable.{{ method_name }} must not be null") }; return 1; }