pub unsafe extern "C" fn get(
    secret_store_handle: SecretStoreHandle,
    secret_name_ptr: *const u8,
    secret_name_len: usize,
    secret_handle_out: *mut SecretHandle
) -> FastlyStatus