apply

Function apply 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn apply( handle: *mut ProviderHandle, deployment_json: *const c_char, step_json: *const c_char, is_dry_run: i32, ) -> *mut c_char
Expand description

Applies deployment as a JSON string.

ยงSafety

Client code needs to make sure that the passed in arguments are valid (raw) pointers.