pub unsafe fn AttachThreadInput<P0>(
    idattach: u32,
    idattachto: u32,
    fattach: P0
) -> BOOL
where P0: IntoParam<BOOL>,