#[no_mangle]
pub unsafe extern "C" fn _spAttachment_init(
    self_0: *mut spAttachment,
    name: *const c_char,
    type_0: spAttachmentType,
    dispose: Option<unsafe extern "C" fn(_: *mut spAttachment)>,
    copy: Option<unsafe extern "C" fn(_: *mut spAttachment) -> *mut spAttachment>
)