pub unsafe extern "C" fn secret_item_create(
collection: *mut SecretCollection,
schema: *const SecretSchema,
attributes: *mut GHashTable,
label: *const c_char,
value: *mut SecretValue,
flags: SecretItemCreateFlags,
cancellable: *mut GCancellable,
callback: GAsyncReadyCallback,
user_data: gpointer,
)