#[no_mangle]
pub extern "C" fn pactffi_provider_state_get_name(
    provider_state: *const ProviderState
) -> *const c_char
Expand description

Get the name of the provider state as a string, which needs to be deleted with pactffi_string_delete.

§Safety

This function is safe.

§Error Handling

If the provider_state param is NULL, this returns NULL.