[][src]Type Definition in3_sys::in3_pay_prepare

type in3_pay_prepare = Option<unsafe extern "C" fn(ctx: *mut c_void, cptr: *mut c_void) -> Type>;

payment prepearation function.

allows the payment to handle things before the request will be send.