Function rpgffi::CreateInitDecodingContext [] [src]

pub unsafe extern "C" fn CreateInitDecodingContext(
    plugin: *mut c_char,
    output_plugin_options: *mut List,
    need_full_snapshot: bool_,
    read_page: XLogPageReadCB,
    prepare_write: LogicalOutputPluginWriterPrepareWrite,
    do_write: LogicalOutputPluginWriterWrite
) -> *mut LogicalDecodingContext